Metering Reports
The Metering server is used by Customer billing systems. Live Platform reports daily to the AudioCodes Metering server and retrieves data reports . The following data is retrieved and reported:
|
■
|
Total number of users: Synchronized M365 users on customer tenant |
|
■
|
The total number of DIDs: Customer dialplans configured on AudioCodes SBC devices |
|
■
|
The total number of Active DIDs: Assigned phone numbers |
|
■
|
For Hybrid entities service, the following data is sent: |
|
●
|
Device type (readable string name) |
Data is reporting is triggered for entities configured with the Live Setup ID parameter. Only a single tier can be configured to report to the Metering server. For example, if the Live Setup ID is configured for the Service Provider, then data is reported for the Service Provider and its managed tiers i.e. channel and customers. Likewise, if only the Channel is configured with the Live Setup ID, then data is reported for the Channel and its managed customers.
If one or more tiers are configured with the Live Setup ID, then data is not reported for any of the configured tiers.
Live Platform reports to the Metering server once per day at 1200 PM. The report must be generated on the following entities:
|
■
|
For each end Customer (Group) with a Live Setup ID (metering tag). |
|
■
|
For all end customers of a channel with a Live Setup ID (metering tag). |
|
■
|
For all end customers of a service provider if metering tag is set at service provider tenant level. |
The following metrics are calculated daily:
|
■
|
The total number of users |
|
■
|
The total number of DIDs |
|
■
|
The total number of Active DIDs |
The report includes the data received in the last 24 hours from both Live Platform and the Zoom ACV App.
The number of analog extensions is calculated as the sum of all the IP Group and SBC SIP Registrations:
|
■
|
For each IP group link associated with a customer tenant, reports the value of SIP registrations PM values 'SBC Successful Registrations' for this IP group in the last 24 hours. |
Operators must configure polling of the SIP registration PMs.
For configuration of the Metering Server, see Configuring Live Platform
For details on License calculations, see Live Platform Metering-License Details
The OVOC Report includes the following data:
Copy
POST <endpoint>/report
Authorization: Bearer <report token>
Content-type: application/json
{
“meteringId”: “GYSADHAOIUPUEQWJ”,
“serialNumber ”: OVOC product key,
“ipAddress”: OVOC public ip ,
“timestamp” : utc -1200 PM of the report send date
“customerUsage ”: [
{
“reportType”: “session”,
“meteringTag”: “<metering tag>”, // SP, channel or customer
“serviceProviderName” : OVOC tenant name,
“channelName” : channel name, (only if channel exists)
“customerName” : customer name,
“serviceProviderID” : OVOC tenant ID,
“channelID” : channel ID, (only if channel exists)
“customerID” : customer ID,
“License Type” : Essensial, PRO, etc…
“metrics” : [
{
“metric” : “users”,
“value” : 21,
“ timestamp” : timestamp of the metric data
},
{
“metric” : “TotalDIDs”,
“value” : 200,
“ timestamp” : timestamp of the metric data
},
{
“metric” : “activeDIDs”,
“value” : 21,
“ timestamp” : timestamp of the metric data
},
{
“metric” : “analogPorts”,
“value” : 31,
“ timestamp” : timestamp of the metric data
}
]
}
],
}